home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_m / mmst400.zip / MATHMAST.DOC < prev    next >
Text File  |  1993-06-30  |  9KB  |  452 lines

  1.  
  2.            _      ___   _____  ____   _____                      _____    ___
  3.   |   |   / \    /   \    |   |      |  () )        |    |  /\  | ()  )  |
  4.   |\_/|  |   |    \       |   |--    |   /    ____  |    | |  | |    /   |__
  5.   |   |  |---|     |      |   |      | | \   |____| | /\ | |--| | |\ \   |
  6.   |   |  |   | \___/      |   +----  |_|\_\         |/  \| |  | |_| \_\  |___
  7.  
  8.  
  9.  ______   _______    ______     ______   ______   __    ___    _____    _______
  10. |      \ |       |  |  ____|  /     __] |   __|  |  \  |   |  |     | / /----\_\
  11. | ( )  | |  ( )_/   | |        \   \    |  |     |   \ |   |   -- --   \ \
  12. |  ___/  |    \     | |__       \   |   |  |__   |    \|   |    | |      \ \
  13. | |      | |\  \    |  __|  ____/   |   |   __|  |  |\     |    | |       \ \
  14. | |      | | \  \   | |____ |      /    |  |__   |  | \    |    | |        | |
  15. |_|      |_|  \__\  |______||_____/     |_____|  |__|  |___|    |_| /\ ___/ /
  16.                                                                     \ -----
  17.  
  18.                  _   _____                  _     __  _____  ____  _____
  19.          |   |  / \    |   |  |     |   |  / \   /  \   |   |     |  o _)
  20.          |\_/| |---|   |   |--| ==  |\_/| |---|   \     |   |---  |   /
  21.          |   | |   |   |   |  |     |   | |   | \__/    |   |____ |_|\_\
  22. ---------------------------------------------------------------------------
  23. Table of Contents
  24. -----------------
  25.  
  26.  
  27.  
  28.  
  29. Introduction...............................................................1
  30.  
  31. Copyright and Disclaimer...................................................2
  32.  
  33. Setting up Configuration...................................................3
  34.  
  35. Beginners Guide to setting up MathMaster...................................4
  36.  
  37. Registration...............................................................5
  38.  
  39. Contacting the Author......................................................6
  40.                
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  Introduction
  68. -------------
  69.  
  70.              MathMaster v4.00 is a Math Tutorial Program, that helps
  71.             ages 8 and up practice, Addition, Multiplication, Division
  72.             and Subtraction, written using Quickbasic v4.5.
  73.  
  74.             I wrote this to be educational and to be fun while they
  75.             use it. This is one of the first programs(not the first
  76.             version) I wrote, orginally written on the C-64.
  77.  
  78.            When I got the Leading Edge Model D2,I proceded to convert
  79.           the C-64 Version over to the IBM PC/AT Compatible. Time went
  80.           by and I lost the Commodore 64 source. I want to thank all
  81.           those who have helped me,by making comments about my previous
  82.           versions. They are too many to name,so I thank them all.
  83.           (They know who they are.)
  84.  
  85.  
  86.           Now I bet you are asking is what makes this program
  87.          different enough to warrant the time to take look at it.
  88.          Well, I will tell you. Most programs have the cursor move
  89.          from the right to left. I wanted MathMaster to be different,
  90.          while teaching the person the correct way to do math.
  91.  
  92.           When the person does a problem. It will either right to
  93.          left or left to right,depending of what the third line in
  94.          the file MMASTER.CFG
  95.  
  96.  
  97.           This program is Copyrighted 1990,1991,1992,1993 James Frazee
  98.  
  99.         Help support shareware by registering this software if you plan
  100.       to use this longer than 30 days. (See Page #5 for more information
  101.       on how to register this fine program.)
  102.  
  103.  
  104.     This version of Math Master will only work on 80286 or better machines. 
  105.     The reason for this is that I used a Assembly rountine to improve the  
  106.     program tremonously,but the trade off is loosing the people who have 
  107.     the IBM XT Compatibles. If you rather have the lower quality graphics 
  108.     and the ability of auto-detecting the video adapter, then I will. 
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                     Page 1
  132.  
  133.  
  134.  
  135.  
  136.  Copyright, Disclaimer, etc.
  137.  ----------------------------
  138.  
  139.          MathMaster is Copyrighted 1990,91,92,93 by James Frazee.
  140.  
  141.                I give you permission to use this program, and
  142.              distribute it freely in unmodified form with all
  143.              the documentation.
  144.  
  145.               I make no claims about this program. I have done
  146.              everything that I know to keep your system safe. I have
  147.              tested the program with no problems.
  148.  
  149.  
  150.              I also have not added anything that would harm your system in
  151.             anyway. If you find a copy of this program infected with a virus,
  152.             I recommend to use the latest version of Scan. (Which can be found
  153.             on many Electronic Bulletin Boards.
  154.  
  155.  
  156.  
  157.              Also let whoever you got the file from know so he will not 
  158.              Infect his/her users.
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.                                  Page 2
  198.  
  199.  
  200.  
  201.  
  202.  Setting up the configuration
  203.  ----------------------------
  204.  
  205.              Within this compressed file should be the file MMASTER.CFG, if
  206.              not INSTALL.EXE can create one.
  207.  
  208.              Example of MMASTER.CFG
  209.  
  210.              JOHN DOE
  211.              0
  212.              1
  213.  
  214.  
  215. Line #1 is your first and last name.
  216.  
  217. Line #2 is where your registration code goes. When you receive your
  218. registration code from me, after you register this.
  219.  
  220.  
  221. Line #3  Where you have it select from :  1= Right to Left or
  222.          2= Left to Right, when entering the answers.
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.   
  234.  
  235.  
  236.  
  237.    For more information on INSTALL.EXE ,just check the file INSTALL.DOC     
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.                               Page 3
  266.  
  267.  
  268.  
  269.  Beginners' guide to installing MathMaster
  270. ---------------------------------------------
  271.  
  272. This section here is to help those who are new to computers.
  273.  
  274. This program does not take a lot of room, so it will fit on
  275. a 360k DS/DD Disk easily.
  276.  
  277.  
  278. Installing it to a floppy
  279. ---------------------------------
  280. #1 Copy all the file to your formatted floppy.
  281.  
  282. #2  Type MathMast at the DOS Prompt
  283.  
  284.  
  285.  
  286.  Math Master now detects the kind of adapter you are using and adjusts 
  287.  automatically.
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.            
  297.                                           
  298.  
  299.  
  300.  
  301.  
  302. Also you can use INSTALL.EXE which is include with this version of
  303. MathMaster.
  304. (information on that is below.)
  305.  
  306.  How to installing Math Master on a hard drive. 
  307.  -----------------------------------------------
  308. Installing it on your Hard Drive is as easy as installing it on a floppy
  309. disk. I wrote MathMaster, so it can fit anywhere on your Hard Drive
  310. with no problem of it working.
  311.  
  312. The subdirectory name is just a name I chose. Just place the name you want the
  313. sub-directory in place of the one I suggest.
  314.  
  315. #1, Make a Sub-directory called MST400 by typing at your Dos prompt:
  316.  
  317. MD MST400
  318.  
  319. #2 Copy all the files from the source disk to the directory you just made.
  320.  
  321. Read #2 of installing it to a floppy.
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.         
  332.  
  333.                                 Page 4
  334.  
  335.  
  336.  
  337.  
  338.    Registration
  339.   ----------------
  340.                 This program is not Public Domain but Shareware.
  341.  
  342.              This means that you must register this software if
  343.             you plan to use it, more than the trial period of 30
  344.             days.
  345.  
  346.                 If you feel that MathMaster is not worth the $5.00
  347.              (USA Currency), then after thirty days have passed, you
  348.              MUST quit using it.
  349.  
  350.                  The author has been hours upon hours of work to make this
  351.              program. Show him that you like the work he was done but 
  352.              registering your copy.
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.                                  PAGE 5
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  Contact the Author
  409.  ------------------
  410.              You can contact the author of this product, through either of
  411.              these places listed below. Comments are welcome.
  412.  
  413.                        **************************
  414.                        **    Postal Address    **
  415.                        **----------------------**
  416.                        ** M a s t e r - W a r e**
  417.                        ** 16810-126Th St Ne    **
  418.                        ** Arlington, Wa 98223  **
  419.                        **************************                                                             (206) 691-5042
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.                                   PAGE 6 
  452.